feat(ui): Add more LSP improvements, install fancy UI plugins
This commit is contained in:
3
init.lua
3
init.lua
@@ -24,7 +24,7 @@ opt.tabstop = 4
|
||||
opt.shiftwidth = 4
|
||||
opt.softtabstop = 4
|
||||
opt.smartindent = true
|
||||
opt.breakindent = true
|
||||
opt.autoindent = true
|
||||
|
||||
-- Search
|
||||
opt.ignorecase = true
|
||||
@@ -62,3 +62,4 @@ opt.mouse = "a"
|
||||
opt.showmode = false
|
||||
opt.isfname:append("@-@")
|
||||
opt.exrc = true
|
||||
opt.winbar = "%=%m"
|
||||
|
||||
Reference in New Issue
Block a user