mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Compare commits
2 Commits
b62f1697a2
...
5feff36b73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5feff36b73 | ||
|
|
8f50d2cb75 |
@@ -11,6 +11,8 @@ lspconfig_defaults.capabilities = vim.tbl_deep_extend(
|
|||||||
require('cmp_nvim_lsp').default_capabilities()
|
require('cmp_nvim_lsp').default_capabilities()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
require'lspconfig'.ts_ls.setup{}
|
||||||
|
|
||||||
-- This is where you enable features that only work
|
-- This is where you enable features that only work
|
||||||
-- if there is a language server active in the file
|
-- if there is a language server active in the file
|
||||||
vim.api.nvim_create_autocmd('LspAttach', {
|
vim.api.nvim_create_autocmd('LspAttach', {
|
||||||
|
|||||||
6
.config/nvim/lua/plugins/redmine.lua
Normal file
6
.config/nvim/lua/plugins/redmine.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
"sgross-emlix/angerona.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user