mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 06:46:37 +00:00
feat(nvim): configuration, refactoring, fixes
This commit is contained in:
@@ -78,3 +78,8 @@ vim.o.undofile = true
|
||||
vim.o.completeopt = 'menuone,noselect'
|
||||
-- Fixes Notify opacity issues
|
||||
vim.o.termguicolors = true
|
||||
|
||||
-- Set spell checking
|
||||
vim.o.spell = true
|
||||
|
||||
vim.g.loaded_perl_provider = 0
|
||||
|
||||
Reference in New Issue
Block a user