[feat] Change stuff around for nushell and neovim

This commit is contained in:
Uttarayan
2024-01-19 16:52:49 +05:30
parent 14178b59d9
commit d2590b1e56
7 changed files with 26 additions and 39 deletions

View File

@@ -5,7 +5,6 @@
local codelldb_path = '/Users/fs0c131y/.vscode-oss/extensions/vadimcn.vscode-lldb-1.8.1-universal/adapter/codelldb'
local liblldb_path = '/Users/fs0c131y/.vscode-oss/extensions/vadimcn.vscode-lldb-1.8.1-universal/lldb/lib/liblldb.dylib'
local lspstatus = require('lsp-status')
local lsp_hints = require 'lsp-inlayhints'
-- local lsp_signature = require('lsp_signature')
@@ -52,7 +51,6 @@ vim.g.rustaceanvim = {
server = {
on_attach = function(client, bufnr)
-- you can also put keymaps in here
lsp_hints.on_attach(client, bufnr)
lspstatus.on_attach(client, bufnr)
if client.server_capabilities.inlayHintProvider then
vim.lsp.inlay_hint.enable(bufnr, true)