This commit is contained in:
parent
dab78c673f
commit
0a24fd671f
2 changed files with 8 additions and 1 deletions
|
@ -108,6 +108,7 @@
|
|||
bufferline-nvim
|
||||
galaxyline-nvim
|
||||
indentLine
|
||||
lualine-nvim
|
||||
neorg
|
||||
nvim-colorizer-lua
|
||||
nvim-compe
|
||||
|
@ -118,7 +119,6 @@
|
|||
onehalf
|
||||
pears-nvim
|
||||
plenary-nvim
|
||||
Spacegray-vim
|
||||
vim-closetag
|
||||
vim-nix
|
||||
];
|
||||
|
|
|
@ -49,6 +49,13 @@ opt.shortmess = "atI"
|
|||
|
||||
require("nvim-tree").setup()
|
||||
|
||||
require("lualine").setup {
|
||||
options = {
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
},
|
||||
}
|
||||
|
||||
require("nvim-treesitter.configs").setup {
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
|
|
Loading…
Reference in a new issue