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

nvim: added dictionaries and changed ltex lsp settings

This commit is contained in:
2024-03-04 00:51:45 +01:00
parent eb4ab1d7d2
commit f789c139cb
6 changed files with 65 additions and 0 deletions

View File

@@ -118,6 +118,9 @@ vim.g.mapleader = ","
-- load general mapped keys
require('style')
-- load dictionaries and helper functions
require('dictionaries')
-- load plugins (autoload all files in plugin folder)
require('loadplugins')