Migrate vim to neovim (min v0.11)
Install newest vim-releases via appimage from github-page!
This commit is contained in:
15
.config/nvim/lua/plugins/lualine.lua
Normal file
15
.config/nvim/lua/plugins/lualine.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons'
|
||||
},
|
||||
opts = {
|
||||
sections = {
|
||||
lualine_c = { { "filename", path = 1 } },
|
||||
},
|
||||
inactive_sections = {
|
||||
lualine_c = { { 'filename', path = 1 } },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user