Nvim: optimize config, change colorscheme to kanagawa

This commit is contained in:
Robert Kmieć
2023-03-23 08:56:45 +01:00
parent f1e79ee50e
commit dd12fee249
9 changed files with 64 additions and 243 deletions

View File

@@ -1,10 +1,6 @@
return {
'nyngwang/murmur.lua',
config = function()
--require('illuminate').configure({
-- large_file_cutoff = 3000
--})
HIGHLIGHT = 'highlight'
vim.api.nvim_create_augroup(HIGHLIGHT, { clear = true })
@@ -44,4 +40,10 @@ return {
end
})
end
-- 'tzachar/local-highlight.nvim',
-- config = function()
-- require('local-highlight').setup({
-- file_types = {'python', 'cpp', 'rust', 'lua', 'cmake'}
-- })
-- end
}