Nvim: Use ctags for all file types.

This commit is contained in:
Dmitry Voronin 2025-01-29 10:39:45 +03:00
parent d0af110389
commit 45f675aafd
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,5 +1,5 @@
local lspconfig = require("lspconfig")
lspconfig.ctags_lsp.setup({
filetypes = { "ruby", "go" },
-- filetypes = { "ruby", "go" },
})