test
This commit is contained in:
parent
df4923fe19
commit
bbc6f6238f
1 changed files with 13 additions and 1 deletions
|
@ -19,9 +19,21 @@
|
||||||
colorcolumn = "100";
|
colorcolumn = "100";
|
||||||
# This is the default value. `:help cot` to see the available options.
|
# This is the default value. `:help cot` to see the available options.
|
||||||
completeopt = "menu,preview";
|
completeopt = "menu,preview";
|
||||||
# cursorline = true;
|
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins = {
|
||||||
|
treesitter.enable = true;
|
||||||
|
lualine.enable = true;
|
||||||
|
luasnip.enable = true;
|
||||||
|
nix.enable = true;
|
||||||
|
nix-develop.enable = true;
|
||||||
|
bufferline.enable = true;
|
||||||
|
which-key.enable = true;
|
||||||
|
intellitab.enable = true;
|
||||||
|
illuminate.enable = true;
|
||||||
|
neo-tree.enable = true;
|
||||||
|
gitsigns.enable = true;
|
||||||
|
toggleterm.enable = true;
|
||||||
|
rainbow-delimiters.enable = true;
|
||||||
|
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue