nvim clipboard and relative number options, removed swayfx - disabled swayfx specific options in config, moved swaylock config to config file

This commit is contained in:
Mike G 2025-06-12 20:08:50 -04:00
parent 074b7c05ff
commit d06b17333d
4 changed files with 38 additions and 24 deletions

View file

@ -1,6 +1,8 @@
vim.g.loaded_netrw = 1 -- disable netrw for nvim-tree
vim.g.loaded_netrwPlugin = 1 -- recommended for nvim-tree
vim.opt.clipboard = "unnamedplus" -- set clipboard register
vim.opt.number = true -- turn line numbers on
vim.opt.relativenumber = true -- turn relative line numbers on
vim.opt.ignorecase = true -- ignore case when searching
vim.opt.hlsearch = true -- highlight search results
vim.opt.tabstop = 2 -- set number of spaces for a tab