mirror of
https://github.com/youwen5/neovim-flake.git
synced 2025-02-22 11:41:12 -08:00
Compare commits
No commits in common. "11b7a7943f94daf8a35820bb8b2fa174bd0df011" and "e78144554b191f08a05c7e3d0cb7966c363fcdbb" have entirely different histories.
11b7a7943f
...
e78144554b
3 changed files with 4 additions and 3 deletions
|
@ -20,7 +20,9 @@
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugins.typescript-tools.enable = true;
|
plugins = {
|
||||||
|
typescript-tools.enable = true;
|
||||||
|
};
|
||||||
plugins.lsp-lines.enable = true;
|
plugins.lsp-lines.enable = true;
|
||||||
extraPlugins = [
|
extraPlugins = [
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
notify = {};
|
notify = {};
|
||||||
tabline = {};
|
tabline = {};
|
||||||
trailspace = {};
|
trailspace = {};
|
||||||
|
comment = {};
|
||||||
cursorword = {};
|
cursorword = {};
|
||||||
bracketed = {};
|
bracketed = {};
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
intellitab.enable = true;
|
intellitab.enable = true;
|
||||||
guess-indent.enable = true;
|
guess-indent.enable = true;
|
||||||
comment.enable = true;
|
|
||||||
vim-bbye.enable = true;
|
vim-bbye.enable = true;
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
which-key.enable = true;
|
which-key.enable = true;
|
||||||
|
@ -27,7 +26,6 @@
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
# Language specific tools
|
# Language specific tools
|
||||||
markdown-preview.enable = true;
|
markdown-preview.enable = true;
|
||||||
ts-autotag.enable = true;
|
|
||||||
};
|
};
|
||||||
extraPlugins = [
|
extraPlugins = [
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
|
Loading…
Reference in a new issue