Add a hook to load project specific environment

This commit is contained in:
2025-02-28 15:23:42 +01:00
parent 8b65dfd176
commit 3175839954
3 changed files with 15 additions and 3 deletions

View File

@ -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"