Move neovim/nixvim configuration
This commit is contained in:
parent
32e28379e2
commit
6c1b494e82
56 changed files with 438 additions and 404 deletions
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
opts = {
|
||||
expandtab = true;
|
||||
exrc = true;
|
||||
foldlevel = 1;
|
||||
foldlevelstart = 99;
|
||||
foldmethod = "indent";
|
||||
inccommand = "split";
|
||||
laststatus = 3;
|
||||
list = true;
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
scrolloff = 5;
|
||||
shiftwidth = 2;
|
||||
signcolumn = "yes:1";
|
||||
smartindent = true;
|
||||
softtabstop = 2;
|
||||
splitbelow = true;
|
||||
splitright = true;
|
||||
swapfile = false;
|
||||
syntax = "on";
|
||||
tabstop = 2;
|
||||
termguicolors = true;
|
||||
updatetime = 1000;
|
||||
wrap = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue