neovim conf part 9, the move to snacks, telescope u did well, farewell
This commit is contained in:
parent
bbd1f9f7c1
commit
5d23e188ae
10 changed files with 162 additions and 105 deletions
|
@ -6,15 +6,15 @@ return {
|
|||
},
|
||||
|
||||
{
|
||||
'navarasu/onedark.nvim',
|
||||
config = function ()
|
||||
require('onedark').setup({
|
||||
style = 'darker',
|
||||
code_style = {
|
||||
comments = 'none'
|
||||
}
|
||||
})
|
||||
require('onedark').load()
|
||||
'catppuccin/nvim',
|
||||
name = 'catppuccin',
|
||||
priority = 1000,
|
||||
opts = {
|
||||
flavour = 'mocha',
|
||||
no_italic = true,
|
||||
},
|
||||
config = function()
|
||||
vim.cmd('colorscheme catppuccin')
|
||||
end
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue