feat(nvim): combined and removed plugins

This commit is contained in:
2023-09-02 13:35:10 +03:00
parent 8eb0d2bcab
commit 4de181e3b2
27 changed files with 188 additions and 336 deletions

View File

@@ -103,7 +103,7 @@ vim.o.spelllang = "en_gb"
vim.bo.spelllang = "en_gb"
-- Global statusline.
vim.opt.laststatus = 3
vim.opt.laststatus = 2
-- When "on" the commands listed below move the cursor to the first non-blank
-- of the line. When off the cursor is kept in the same column (if possible).
@@ -132,7 +132,7 @@ set("MRU_File", "~/.cache/vim_mru_files")
--------------------API------------------------
-- Change title accordingly.
-- option('title', true)
option("title", true)
-- Set clipboard to be global across the system
option("clipboard", "unnamedplus")
@@ -147,7 +147,4 @@ option("dictionary", "/usr/share/dict/words")
option("wildignore", "*/tmp*/,*/node_modules/*,_site,*/__pycache__/,*/venv/*,*/target/*,*/.vim$,~$,*/.log")
-- Folding
option("foldmethod", "syntax")
-- File format for neovim reading
option("fileformat", "unix")
option("foldmethod", "indent")