global/neovim: enable neorg and marksman, sort plugins
This commit is contained in:
parent
b1e109a6fe
commit
d72cec7129
1 changed files with 13 additions and 1 deletions
|
@ -102,8 +102,15 @@ in
|
||||||
fidget.enable = true;
|
fidget.enable = true;
|
||||||
fzf-lua.enable = true;
|
fzf-lua.enable = true;
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
nix.enable = true;
|
|
||||||
lsp-format.enable = true;
|
lsp-format.enable = true;
|
||||||
|
neorg = {
|
||||||
|
enable = true;
|
||||||
|
modules = let empty = { __empty = null; }; in {
|
||||||
|
"core.defaults" = empty;
|
||||||
|
"core.concealer" = empty;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
nix.enable = true;
|
||||||
# nvim-autopairs.enable = true;
|
# nvim-autopairs.enable = true;
|
||||||
vim-surround.enable = true;
|
vim-surround.enable = true;
|
||||||
todo-comments.enable = true;
|
todo-comments.enable = true;
|
||||||
|
@ -111,6 +118,9 @@ in
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
folding = false;
|
folding = false;
|
||||||
|
settings = {
|
||||||
|
highlight.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
ts-autotag.enable = true;
|
ts-autotag.enable = true;
|
||||||
ts-context-commentstring.enable = true;
|
ts-context-commentstring.enable = true;
|
||||||
|
@ -124,6 +134,8 @@ in
|
||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
hls.enable = true;
|
hls.enable = true;
|
||||||
lua_ls.enable = true;
|
lua_ls.enable = true;
|
||||||
|
marksman.enable = true;
|
||||||
|
# Try nixd
|
||||||
nil_ls = {
|
nil_ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue