mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
rough user config, not finished
This commit is contained in:
parent
56f8d4ccbd
commit
127ff7231a
5 changed files with 29 additions and 26 deletions
3
init.lua
3
init.lua
|
@ -1,6 +1,5 @@
|
|||
-- General mappings
|
||||
require('plugins')
|
||||
require('config')
|
||||
require('nv-utils')
|
||||
require('nv-globals')
|
||||
require('settings')
|
||||
|
@ -58,5 +57,7 @@ require('lsp.html-ls')
|
|||
require('lsp.efm-general-ls')
|
||||
require('lsp.virtual_text')
|
||||
|
||||
-- Source config last
|
||||
require('config')
|
||||
-- vim.lsp.callbacks["textDocument/publishDiagnostics"] = function() end
|
||||
-- vim.lsp.handlers["textDocument/publishDiagnostics"] = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue