Use lazy.nvim
This commit is contained in:
@@ -13,7 +13,6 @@ opt.swapfile = false
|
||||
opt.termguicolors = true
|
||||
opt.number = true
|
||||
opt.mouse = "a"
|
||||
opt.cursorline = true
|
||||
opt.hidden = true
|
||||
|
||||
-- Indentation
|
||||
@@ -21,6 +20,3 @@ opt.expandtab = true
|
||||
opt.smartindent = true
|
||||
opt.shiftwidth = 4
|
||||
opt.tabstop = 4
|
||||
|
||||
-- Neovide GUI
|
||||
require("core.neovide")
|
||||
|
||||
Reference in New Issue
Block a user