Add nvim-lint plugin
And configure Dockerfile lint
This commit is contained in:
parent
293aed1020
commit
98fc6a1513
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,7 @@ in
|
|||
extraPackages = with pkgs; [
|
||||
# LSP Servers
|
||||
clang-tools
|
||||
hadolint
|
||||
lua-language-server
|
||||
marksman
|
||||
nil
|
||||
|
@ -96,6 +97,11 @@ in
|
|||
config = (builtins.readFile ./files/neotree.lua);
|
||||
}
|
||||
nui-nvim
|
||||
{
|
||||
plugin = nvim-lint;
|
||||
type = "lua";
|
||||
config = ( builtins.readFile ./files/nvim-lint.lua);
|
||||
}
|
||||
plenary-nvim
|
||||
{
|
||||
plugin = (nvim-treesitter.withPlugins (p: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue