nvim: Migrate configuration to lua and built-in plugin manager
This commit is contained in:
parent
9d31a63799
commit
6440203958
26 changed files with 453 additions and 616 deletions
11
nvim/lua/plugins/typos.lua
Normal file
11
nvim/lua/plugins/typos.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
vim.lsp.config("typos_lsp", {
|
||||
settings = {
|
||||
filetypes = {
|
||||
'java',
|
||||
'go'
|
||||
},
|
||||
},
|
||||
init_options = {
|
||||
diagnosticSeverity = "Hint",
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue