nvim: replace with a new config
This commit is contained in:
5
nvim/.config/nvim/lsp/ols.lua
Normal file
5
nvim/.config/nvim/lsp/ols.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { "ols" },
|
||||
filetypes = { "odin" },
|
||||
root_markers = { ".git" },
|
||||
}
|
||||
Reference in New Issue
Block a user