index
:
dotfiles
main
stow
My dotfiles
David T. Sadler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvim
/
.config
/
nvim
/
lua
/
config
/
lsp.lua
blob: 64139f4f22b8a3eea4ec77350d002932297be8c5 (
plain
)
1
2
3
4
5
6
7
vim.lsp.enable({ 'lua_ls', }) vim.diagnostic.config({ virtual_lines = true, })