telescope,neo-tree,lsp config
This commit is contained in:
parent
e0f68cbc51
commit
cc3f80c743
9 changed files with 190 additions and 28 deletions
7
lua/plugins/theme.lua
Normal file
7
lua/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'catppuccin/nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'catppuccin'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue