lots of refactoring and a new cmp source for clj
This commit is contained in:
parent
d39b721a5c
commit
fffc2e3d46
12 changed files with 164 additions and 159 deletions
13
lua/custom/plugins/line.lua
Normal file
13
lua/custom/plugins/line.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
-- Set lualine as statusline
|
||||
'nvim-lualine/lualine.nvim',
|
||||
-- See `:help lualine.txt`
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'everforest',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue