Merge branch 'main' of github.com:jim-fx/.dotfiles
This commit is contained in:
@ -53,8 +53,10 @@ lsp.sumneko_lua.setup {
|
||||
}
|
||||
}
|
||||
|
||||
-- Go Language Server
|
||||
-- Ltex Language Server
|
||||
lsp.ltex.setup {}
|
||||
|
||||
-- Go Language Server
|
||||
lsp.gopls.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = lsp_status.capabilities
|
||||
|
@ -11,7 +11,6 @@ return require("packer").startup(function()
|
||||
use "alexghergh/nvim-tmux-navigation"
|
||||
|
||||
use 'lervag/vimtex'
|
||||
use 'xuhdev/vim-latex-live-preview'
|
||||
|
||||
-- Theming Section
|
||||
use 'folke/tokyonight.nvim'
|
||||
@ -40,8 +39,6 @@ return require("packer").startup(function()
|
||||
-- Obsidian / Roam like features
|
||||
-- use "lervag/wiki.vim"
|
||||
|
||||
use "rhysd/vim-grammarous"
|
||||
|
||||
-- Lsp Errors
|
||||
use "folke/lsp-colors.nvim"
|
||||
use "onsails/lspkind-nvim"
|
||||
|
Reference in New Issue
Block a user