mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
fix ts
This commit is contained in:
parent
58c0637b78
commit
7165161856
10 changed files with 234 additions and 223 deletions
|
|
@ -19,7 +19,6 @@ vim.opt.tabstop = 2 -- 2 space tabs are based
|
|||
vim.opt.updatetime = 250 -- decrease update time
|
||||
vim.opt.virtualedit = 'onemore'
|
||||
vim.opt.winborder = 'rounded'
|
||||
vim.cmd('colorscheme iofq')
|
||||
|
||||
-- Configure Neovim diagnostic messages
|
||||
vim.diagnostic.config {
|
||||
|
|
@ -32,5 +31,7 @@ vim.diagnostic.config {
|
|||
source = 'if_many',
|
||||
},
|
||||
}
|
||||
require('config.keymaps')
|
||||
require('config.autocmd')
|
||||
vim.schedule(function()
|
||||
require('config.autocmd')
|
||||
require('config.keymaps')
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue