Some changes I guess? idk I forgot which ones lol
This commit is contained in:
parent
04dd64c036
commit
fd49a50008
4 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,7 @@ lsp.ensure_installed({
|
|||
'eslint',
|
||||
'kotlin_language_server',
|
||||
'rust_analyzer',
|
||||
'gopls',
|
||||
})
|
||||
|
||||
local cmp = require('cmp')
|
||||
|
|
|
@ -2,5 +2,3 @@ require("moonleay.remap")
|
|||
require("moonleay.packer")
|
||||
require("moonleay.set")
|
||||
vim.cmd.colorscheme "catppuccin-mocha"
|
||||
|
||||
|
||||
|
|
|
@ -38,4 +38,5 @@ return require('packer').startup(function(use)
|
|||
{'rafamadriz/friendly-snippets'},
|
||||
}
|
||||
}
|
||||
use 'fatih/vim-go'
|
||||
end)
|
||||
|
|
|
@ -173,6 +173,11 @@ _G.packer_plugins = {
|
|||
loaded = true,
|
||||
path = "/home/moonleay/.local/share/nvim/site/pack/packer/start/vim-fugitive",
|
||||
url = "https://github.com/tpope/vim-fugitive"
|
||||
},
|
||||
["vim-go"] = {
|
||||
loaded = true,
|
||||
path = "/home/moonleay/.local/share/nvim/site/pack/packer/start/vim-go",
|
||||
url = "https://github.com/fatih/vim-go"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue