Initial configuration converted to lua
Still many missing plugins and configurations
This commit is contained in:
parent
c41172efbd
commit
ec02529615
19 changed files with 137 additions and 472 deletions
10
home/.config/nvim/lua/plugins/airline.lua
Normal file
10
home/.config/nvim/lua/plugins/airline.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
local g = vim.g
|
||||
local o = vim.o
|
||||
|
||||
o.showmode = false
|
||||
o.laststatus = 2
|
||||
g["airline#extensions#tabline#enabled"]= 1
|
||||
g.airline_powerline_fonts = 1
|
||||
g.airline_section_warning = ''
|
||||
g.airline_section_error = ''
|
||||
g.airline_theme = 'onedark'
|
Loading…
Add table
Add a link
Reference in a new issue