Fix nvim-qt
This commit is contained in:
parent
502a30f454
commit
96d91669c7
@ -1,14 +1,3 @@
|
|||||||
vim.api.nvim_create_autocmd(
|
|
||||||
'UIEnter', {
|
|
||||||
callback = function()
|
|
||||||
if vim.v.event.chan == 1 then
|
|
||||||
require('config.ginit')
|
|
||||||
end
|
|
||||||
end,
|
|
||||||
once = true,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd(
|
vim.api.nvim_create_autocmd(
|
||||||
'BufRead,BufNewFile', {
|
'BufRead,BufNewFile', {
|
||||||
pattern = '*.gohtml',
|
pattern = '*.gohtml',
|
||||||
|
@ -16,6 +16,7 @@ vim.opt.linebreak = true
|
|||||||
vim.opt.listchars = "tab:» ,eol:↲,space:·"
|
vim.opt.listchars = "tab:» ,eol:↲,space:·"
|
||||||
vim.opt.modeline = false
|
vim.opt.modeline = false
|
||||||
vim.opt.modelines = 0
|
vim.opt.modelines = 0
|
||||||
|
vim.opt.mousemodel = 'extend'
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
vim.opt.shiftround = true
|
vim.opt.shiftround = true
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user