Skip to content

Commit

Permalink
Sel 28 Mei 2024 19:42:34 WIB
Browse files Browse the repository at this point in the history
  • Loading branch information
nsetyo committed May 28, 2024
1 parent 314ac48 commit 776c24b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/nvim/lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ local opt = vim.opt

opt.colorcolumn = '100'
opt.relativenumber = false
opt.tabstop = 4
opt.winbar = "%=%m %f"
7 changes: 7 additions & 0 deletions config/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ return {{
}
}
}
},
tsserver = {
settings = {
diagnostics = {
ignoredCodes = {80001}
}
}
}
},
setup = {}
Expand Down

0 comments on commit 776c24b

Please sign in to comment.