Nvim: optimize config, change colorscheme to kanagawa
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user