1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: changed not needed coc reference for lsp one

This commit is contained in:
2023-08-24 14:46:43 +02:00
parent 075bf61358
commit 0b85b42d15
3 changed files with 4 additions and 5 deletions

View File

@@ -76,12 +76,12 @@ vim.g.markdown_folding = 1
-- load general mapped keys
require('style')
-- set filetypes correctly by extension
require('autocmd')
-- load plugins (autoload all files in plugin folder)
require('loadplugins')
-- set filetypes correctly by extension
require('autocmd')
-- load general mapped keys
require('keymap')