Compare commits

...

2 Commits

Author SHA1 Message Date
don philipe
5feff36b73 Add redmine plugin to nvim 2025-06-17 10:53:54 +02:00
don philipe
8f50d2cb75 Add TypeScript LSP 2025-06-17 10:52:04 +02:00
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ lspconfig_defaults.capabilities = vim.tbl_deep_extend(
require('cmp_nvim_lsp').default_capabilities()
)
require'lspconfig'.ts_ls.setup{}
-- This is where you enable features that only work
-- if there is a language server active in the file
vim.api.nvim_create_autocmd('LspAttach', {

View File

@@ -0,0 +1,6 @@
return {
"sgross-emlix/angerona.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
},
}