Skip to content

Commit

Permalink
Neovim: fixed typescript LSP config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kellogg committed Jan 26, 2025
1 parent 1538281 commit b50ac7a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions private_dot_config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ return {
ft = {
'lua',
'python',
'typescript',
'typescriptreact',
},
opts = {
settings = {
Expand Down Expand Up @@ -566,6 +568,7 @@ return {
"javascript",
"tsx",
"make",
"toml",
},
ignore_installed = {"help"},
highlight = {
Expand All @@ -574,15 +577,6 @@ return {
indent = {
enable = true
},

-- Config for nvim-ts-rainbow
-- Currently disable until colors
-- are fixed. Looks bad right now.
rainbow = {
enable = false,
extended_mode = true,
max_file_lines = nil,
},
},
config = function(_, opts)
require('nvim-treesitter.configs').setup(opts)
Expand Down

0 comments on commit b50ac7a

Please sign in to comment.