accidentally started in .local rather than .config

This commit is contained in:
LuKe Tidd 2022-06-17 18:47:05 -04:00
parent 65a88afda4
commit 07d85081aa
2 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
shada/
swap/
.netrwhist

10
init.lua Normal file
View File

@ -0,0 +1,10 @@
require "paq" {
"savq/paq-nvim"; -- this own plugin
"neovim/nvim-lspconfig";
--"hrsh7th/nvim-cmp";
-- {"lervag/vimtex", opt=true}; -- Use braces when passing options
}
require'lspconfig'.gopls.setup{}