nvim updates + git config update
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user