config/shared/home/dev.lua

8 lines
186 B
Lua
Raw Normal View History

2024-06-11 09:40:29 +03:00
require'lspconfig'.clangd.setup{}
2023-10-09 15:42:05 +03:00
vim.api.nvim_exec([[
2024-02-02 14:07:01 +02:00
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
2023-10-09 15:42:05 +03:00
]], false)
2024-05-15 17:23:19 +03:00
2024-05-15 21:45:36 +03:00
vim.filetype.add({extension = {star = 'python'}})