Add a hook to load project specific environment
This commit is contained in:
@ -102,7 +102,7 @@ vim.api.nvim_set_keymap('n', '<leader>n', ':NvimTreeFindFile<CR>', { noremap = t
|
||||
--
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'codedark'
|
||||
theme = 'sonokai'
|
||||
},
|
||||
extensions = {'quickfix', 'nvim-tree', 'fugitive'},
|
||||
sections = {
|
||||
@ -194,3 +194,8 @@ require'nvim-treesitter.configs'.setup {
|
||||
additional_vim_regex_highlighting = true
|
||||
}
|
||||
}
|
||||
|
||||
--
|
||||
-- sonokai
|
||||
--
|
||||
vim.g.sonokai_style = "shusia"
|
||||
|
Reference in New Issue
Block a user