move to nvim lua and lsp
This commit is contained in:
parent
fc16a5466b
commit
b63772bd4d
18 changed files with 692 additions and 323 deletions
7
.config/nvim/after/plugin/lualine.lua
Normal file
7
.config/nvim/after/plugin/lualine.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require('lualine').setup({
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue