Compare commits

..

No commits in common. "74c1739c23865adb481457b285842e75d9ada5b0" and "5631b8e003af046ab6eddf6e362db55978d74529" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View file

@ -61,7 +61,7 @@ local on_attach = function(client, bufnr)
buf_set_keymap('n', '<space>q', '<cmd>lua vim.lsp.diagnostic.set_loclist()<CR>', opts)
end
local servers = { 'zls', 'gopls', 'tsserver' }
local servers = { 'zls', 'gopls' }
for _, lsp in ipairs(servers) do
nvim_lsp[lsp].setup {
on_attach = on_attach,
@ -73,4 +73,3 @@ EOF
let g:fzf_layout = { 'down': '40%' }
noremap <space>f :Files<return>
noremap <space>b :Buffers<return>

@ -1 +0,0 @@
Subproject commit e4c3ecc57e99f4037199f11b384a7f8758d1a0ff

3
.gitmodules vendored
View file

@ -28,6 +28,3 @@
[submodule ".config/nvim/pack/plugins/start/vim-go"]
path = .config/nvim/pack/plugins/start/vim-go
url = https://github.com/fatih/vim-go
[submodule ".config/nvim/pack/plugins/start/fzf"]
path = .config/nvim/pack/plugins/start/fzf
url = https://github.com/junegunn/fzf