mirror of
https://github.com/nix-community/nixvim.git
synced 2025-09-01 08:16:40 +02:00
lspsaga: init plugin
This commit is contained in:
parent
82158fba9c
commit
b13df5bd67
4 changed files with 217 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -35,9 +35,8 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
colorschemes.base16 = {
|
||||
colorschemes.gruvbox = {
|
||||
enable = true;
|
||||
colorscheme = "ocean";
|
||||
};
|
||||
|
||||
options.number = true;
|
||||
|
@ -58,6 +57,13 @@
|
|||
servers.clangd.enable = true;
|
||||
};
|
||||
|
||||
globals = {
|
||||
vimsyn_embed = "l";
|
||||
mapleader = " ";
|
||||
};
|
||||
|
||||
plugins.lspsaga.enable = true;
|
||||
|
||||
plugins.treesitter.enable = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue