LSP another time
This commit is contained in:
parent
7aa5218335
commit
d287f0885e
3 changed files with 0 additions and 9 deletions
|
@ -60,9 +60,6 @@ vim.keymap.set("n", "<leader>gb", require("gitsigns").toggle_current_line_blame)
|
|||
--- git-messanger.vim
|
||||
vim.g["git_messenger_always_into_popup"] = 1
|
||||
|
||||
--- nvim-lspconfig
|
||||
|
||||
|
||||
--- nvim-surround
|
||||
require("nvim-surround").setup()
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
"gitsigns.nvim": { "branch": "main", "commit": "1ef74b546732f185d0f806860fa5404df7614f28" },
|
||||
"gruvbox": { "branch": "master", "commit": "143a3b8babcfd2bce6c99d6ba496942647c3e30b" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "460e1cd8f24e364d54543a4b0e83f6f4ec1f65fb" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "25c11854aa25558ee6c03432edfa0df0217324be" },
|
||||
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "f4fef355efa3c5d0813512480ee7b2c050b09fe4" },
|
||||
"nvim-surround": { "branch": "main", "commit": "ec2dc7671067e0086cdf29c2f5df2dd909d5f71f" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
|
||||
|
|
|
@ -22,9 +22,5 @@ return {
|
|||
{"tpope/vim-markdown"},
|
||||
{"tpope/vim-rails"},
|
||||
{"vim-ruby/vim-ruby"},
|
||||
|
||||
-- lsp
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"neovim/nvim-lspconfig"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue