feat: golang
This commit is contained in:
parent
afe6cded22
commit
dd80e39dff
|
@ -5,21 +5,6 @@
|
||||||
-- Bootstrap lazy.nvim
|
-- Bootstrap lazy.nvim
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
-- If you want neo-tree's file operations to work with LSP (updating imports, etc.), you can use a plugin like
|
|
||||||
-- https://github.com/antosha417/nvim-lsp-file-operations:
|
|
||||||
-- {
|
|
||||||
-- "antosha417/nvim-lsp-file-operations",
|
|
||||||
-- dependencies = {
|
|
||||||
-- "nvim-lua/plenary.nvim",
|
|
||||||
-- "nvim-neo-tree/neo-tree.nvim",
|
|
||||||
-- },
|
|
||||||
-- config = function()
|
|
||||||
-- require("lsp-file-operations").setup()
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
|
|
||||||
-- Add this in the plugins table
|
|
||||||
|
|
||||||
{
|
{
|
||||||
'ray-x/go.nvim',
|
'ray-x/go.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
Loading…
Reference in New Issue