2023-02-17 16:31:57 -05:00
|
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
|
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
|
|
|
--
|
|
|
|
|
-- See the kickstart.nvim README for more information
|
2024-05-29 23:35:32 +03:00
|
|
|
vim.opt.relativenumber = true
|
2024-05-30 16:19:17 +03:00
|
|
|
vim.g.have_nerd_font = true
|
2024-05-29 23:35:32 +03:00
|
|
|
|
2024-05-31 10:49:45 +03:00
|
|
|
require 'custom.mappings'
|
2024-07-09 13:52:30 +03:00
|
|
|
require 'custom.tabulation'
|
2024-05-30 16:19:17 +03:00
|
|
|
|
|
|
|
|
return {}
|