Merge branch 'main' of github.com:MasterGordon/neovim-config
This commit is contained in:
commit
7b1f9ac2b7
|
|
@ -5,6 +5,9 @@ set.relativenumber = true
|
||||||
set.clipboard = "unnamedplus"
|
set.clipboard = "unnamedplus"
|
||||||
set.mouse = "a"
|
set.mouse = "a"
|
||||||
set.termguicolors = true
|
set.termguicolors = true
|
||||||
|
set.swapfile = false
|
||||||
|
set.cursorline = true
|
||||||
|
set.cursorlineopt = "number"
|
||||||
|
|
||||||
vim.cmd [[filetype plugin indent on]]
|
vim.cmd [[filetype plugin indent on]]
|
||||||
set.tabstop = 2
|
set.tabstop = 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue