nvim updates + git config update

This commit is contained in:
2026-05-04 18:42:23 +03:00
parent 030f061c11
commit 461b45dd0d
5 changed files with 19 additions and 6 deletions
+7 -1
View File
@@ -105,7 +105,8 @@ now_if_args(function()
-- Uncomment and tweak the following `vim.lsp.enable()` call to enable servers.
vim.lsp.enable({
'lua_ls',
'clangd'
'clangd',
'ts_ls',
-- For example, if `lua-language-server` is installed, use `'lua_ls'` entry
})
end)
@@ -176,3 +177,8 @@ later(function() add({ 'https://github.com/rafamadriz/friendly-snippets' }) end)
-- -- Enable only one
-- vim.cmd('color everforest')
-- end)
Config.now(function ()
add({'https://github.com/miikanissi/modus-themes.nvim'})
end)
vim.cmd.colorscheme('modus_vivendi')