mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 11:52:52 +00:00
enable vim loader
This commit is contained in:
parent
c44c1cf652
commit
d60e397d21
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,10 @@
|
|||
expandtab = true;
|
||||
};
|
||||
|
||||
extraConfigLuaPre = ''
|
||||
vim.loader.enable()
|
||||
'';
|
||||
|
||||
globals.mapleader = " ";
|
||||
keymaps = [
|
||||
{
|
||||
|
@ -221,7 +225,7 @@
|
|||
enable = true;
|
||||
};
|
||||
cmp-nvim-ultisnips = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
cmp-omni = {
|
||||
enable = true;
|
||||
|
@ -385,6 +389,7 @@
|
|||
};
|
||||
lightline = {
|
||||
enable = true;
|
||||
colorscheme = "gruvbox";
|
||||
};
|
||||
lint = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue