mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
nvim: many changes
This commit is contained in:
parent
f571b53d32
commit
7f9cb6e767
7 changed files with 63 additions and 10 deletions
|
|
@ -52,7 +52,6 @@ end
|
|||
-- vim.opt.spelllang = "en_us"
|
||||
--
|
||||
|
||||
-- For init.lua
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "markdown",
|
||||
callback = function()
|
||||
|
|
@ -90,3 +89,6 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
|||
osc52.copy("*")(contents)
|
||||
end,
|
||||
})
|
||||
|
||||
-- Enable experimental UI in neovim-nightly
|
||||
require('vim._extui').enable({})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue