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